home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / jam / jamdisk4 / arpuserdocs3.1 / else < prev    next >
Text File  |  1995-03-18  |  935b  |  67 lines

  1.  
  2.  
  3.  
  4.      Else(V1.3)              ARP User's Manual              Else(V1.3)
  5.  
  6.  
  7.  
  8.      NAME
  9.           Else - FALSE clause of IF conditional.
  10.  
  11.      SYNOPSIS
  12.           Else
  13.  
  14.      DESCRIPTION
  15.           Else is used in combination with IF to perform conditional
  16.           testing.  If the IF conditional fails, control will be
  17.           passed to the commands following the ELSE.  If the IF
  18.           conditional succeeds, then the commands following the ELSE
  19.           (up to the concluding ENDIF) will be skipped.
  20.  
  21.           Note that the ARP Shell contains a builtin version of this
  22.           command.  The diskloaded version of Else cannot be executed
  23.           outside of a script, while the internal Ash version of Else
  24.           can be executed inside or out of a batch file.
  25.  
  26.      SEE ALSO
  27.           AshManual IF ENDIF Execute
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 4/28/89)
  64.  
  65.  
  66.  
  67.